auto merge of #290 : omasanori/cargo/makefile, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 29 Jul 2014 21:30:40 +0000 (21:30 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Jul 2014 21:30:40 +0000 (21:30 +0000)
Both Makefile.in and install.sh prepended `${DESTDIR}` to `${PREFIX}` so the installation prefix became `${DESTDIR}/${DESTDIR}/${PREFIX}`. Also, the script assumes that `${DESTDIR}` ends with a slash or `${PREFIX}` starts with it so I appended a slash to `${DESTDIR}`.


Trivial merge